|
2020-2021 Sunseeker Telemetry and Lighting System
|
#include "driverlib.h"Go to the source code of this file.
Macros | |
| #define | CRC16_POLY 0x1021 |
| #define | CRC16_INIT 0xFFFF |
Functions | |
| int | main (void) |
| #define CRC16_INIT 0xFFFF |
Definition at line 62 of file crc32_ex1_calculateCrc16.c.
| #define CRC16_POLY 0x1021 |
CRC - Calculate CRC and check result
Breakpoints can be set at __no_operation()to compare hardware and software generated CRC values.
| / | | |
|---|---|
| – | RST |
| | | |
This example uses the following peripherals and I/O signals. You must review these and change as needed for your own board:
This example uses the following interrupt handlers. To use this example in your own application you must add these interrupt handlers to your vector table.
Definition at line 61 of file crc32_ex1_calculateCrc16.c.
| int main | ( | void | ) |
Definition at line 67 of file crc32_ex1_calculateCrc16.c.
References CRC16_INIT.